home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / intuition / icclass.inc < prev    next >
Text File  |  1998-06-24  |  309b  |  16 lines

  1. include "inc/utility/tagitem.inc";
  2.  
  3. def ICM_Dummy = ($0401);
  4. def ICM_SETLOOP = ($0402);
  5. def ICM_CLEARLOOP = ($0403);
  6. def ICM_CHECKLOOP = ($0404);
  7.  
  8. def ICA_Dummy = (TAG_USER+$40000);
  9.  
  10. def ICA_TARGET = (ICA_Dummy+1);
  11. def ICA_MAP = (ICA_Dummy+2);
  12. def ICSPECIAL_CODE = (ICA_Dummy+3);
  13.  
  14. def ICTARGET_IDCMP = (~0);
  15.  
  16.